Skip to content

Conversation

chetu3319
Copy link

Adding Terminal Command for appearance

google-labs-jules bot and others added 2 commits August 18, 2025 23:07
This commit introduces new commands to control the macOS appearance (Dark/Light mode) from the command line.

The following commands are added:
- `mac appearance:dark`: Switches macOS to Dark Mode.
- `mac appearance:light`: Switches macOS to Light Mode.
- `mac appearance:toggle`: Toggles between Light and Dark Mode.

A new `appearance` plugin was created to house the logic, which uses `osascript` to interact with the macOS System Events. The main `mac` script was updated to recognize these new commands and load the plugin.
Appearance-related commands (dark mode, light mode, toggle) were removed from the separate appearance plugin and integrated into the general plugin. The mac script was updated to reference the new command names and no longer sources the appearance plugin.
Copy link

stale bot commented Oct 18, 2025

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Oct 18, 2025
@stale stale bot closed this Oct 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant